home *** CD-ROM | disk | FTP | other *** search
/ CD School House 9 / CD School House 9.0 - Wayzata Technology (1994).iso / pc / dos / teachaid / pccai / caiarc3.exe / KTUTOR.EXE / KTUTOR.CAI < prev    next >
Text File  |  1993-12-06  |  7KB  |  310 lines

  1. @options escape:thatsall
  2. .screen 0
  3. .color 15,1
  4. .cls c=177
  5. .border (*1,1,25,80*) double
  6. .box (*10,17*) border shadow center
  7.  
  8.                 Welcome!
  9.     To the Kwikstat 3.3 Tutorial/Demo
  10.   ---------------------------------------
  11.     This is a self-running demo. To end
  12.        the demo, press the Esc key.
  13.   ---------------------------------------
  14.  
  15. Press Enter to quickly move to next screen,
  16. or press Pause to stop demo, enter to resume.
  17.  
  18. .endbox
  19. .locate 22,4
  20. This program was produced using TexaSoft's PC-CAI program.
  21. .locate 23,4
  22. TexaSoft, PO Box 1169, Cedar Hill TX 75104 214-291-2115 Fax:291-3400.
  23. .wait 8
  24. .screen 0                  
  25. @MONITOR(*12:BEGIN*)
  26. .rem check monitor, if okay, go to begin. If not display message
  27. .cls
  28. .color 15,1
  29. .box (*10,2*) border center
  30.  
  31.                              Special Note
  32.  
  33. This program requires that you have a VGA compatible monitor. If you
  34. are not using a VGA monitor, please press the ESC key at this time. If
  35. you are using a VGA monitor, please press the ENTER key to begin the
  36. tutorial. Thanks.
  37.  
  38. .endbox
  39. .locate 24,1
  40. .pause (*Press Enter to continue or Esc to end:*)
  41. @label:begin
  42. .screen 9
  43. @shell(*CAIPCX kslogo 5,0,0*)
  44. .wait 8
  45. .screen 0
  46. .cls
  47. .color 15,1
  48. .box (*2,2*) border center
  49.  
  50. The example shown here shows how to enter data and perform some simple
  51. statistics and display a graph. The data that will be used is listed
  52. below. The GRADE variable is the grade for the class, AGE is age, SEX
  53. is sex, WT is weight and SCORE is the score on 25 point pre-test.
  54.  
  55.   GRADE      AGE    SEX    WT    SCORE
  56. 1    A         18     M    165    22.3
  57. 2    B         19     M    145    22.8
  58. 3    B         17     F    122    22.8
  59. :    :         :      :     :      :
  60. 10   A         18     M    176    22.5
  61.  
  62. The process used to analyze data is:
  63.    1. Create a database (or open an existing database)
  64.    2. Enter the data (if needed)
  65.    3. Perform an analysis
  66.  
  67. Here is how you do it...
  68. .endbox
  69. .wait 12
  70. .screen 9
  71. .pcx datamenu.pcx 1,1
  72. .box (*12,45*) border shadow
  73.  
  74. This is the Kwikstat
  75. main menu, with the
  76. Data pull-down menu
  77. extended.
  78.  
  79. .endbox
  80. .wait 8
  81. .box (*12,45*) border shadow
  82.  
  83. To begin an analysis, you
  84. choose Create a Database.
  85. Or, choose Open a Database,
  86. if you already have your
  87. data in a file.
  88.  
  89. .endbox
  90. .wait 8
  91. .pcx dataname.pcx 1,1
  92. .box (*15,48*) border shadow
  93.  
  94. When you choose Create a
  95. Database, you are prompted
  96. to enter the name of your
  97. new database.
  98.  
  99. .endbox
  100. .wait 8
  101. .pcx choosest.pcx 1,1
  102. .box (*13,42*) border shadow
  103.  
  104. You can choose the database type
  105. from a list of pre-defined
  106. databases, or you can choose
  107. to create a custom database.
  108.  
  109. .endbox
  110. .wait 8
  111. .box (*5,54*) border shadow
  112. In this case, choose
  113. the Create a Custom
  114. Database option.
  115. .endbox
  116. .locate 7,46
  117. <-------
  118. .wait 8
  119. .pcx create1.pcx 1,1
  120. .box (*10,40*) border shadow
  121.  
  122. Enter a description for each
  123. field in the database. The
  124. first field in this database
  125. is AGE. It is Character with
  126. a width of 2 characters.
  127.  
  128. .endbox
  129. .wait 8
  130. .pcx create2.pcx 1,1
  131. .box (*10,40*) border shadow
  132.  
  133. The complete description for
  134. the database called MYDATA is
  135. shown in this screen. To end
  136. the creation, press CTRL-END.
  137. (Hold CTRL, and simultaneously
  138. press the END key.)
  139.  
  140. .endbox
  141. .wait 8
  142. .pcx enterda.pcx 1,1
  143. .box (*2,35*) border shadow
  144.  
  145. When you finish defining the
  146. database, you are asked if you want
  147. to enter data now. If you answer
  148. Yes, the data entry screen appears.
  149.  
  150. .endbox
  151. .wait 8
  152. .pcx ssent1.pcx 1,1
  153. .box (*12,40*) border shadow
  154.  
  155. This is the data entry screen
  156. using the spreadsheet mode.
  157. The information for the first
  158. record is entered.
  159.  
  160. .endbox
  161. .wait 8
  162. .pcx ssent2.pcx 1,1
  163. .box (*12,40*) border shadow
  164.  
  165. This is the data entry screen
  166. using the spreadsheet mode.
  167. All information for the database
  168. has been entered. Press F7 (Exit)
  169. to end data entry.
  170.  
  171. .endbox
  172. .wait 8
  173. .pcx ssent3.pcx 1,1
  174. .box (*16,25*) border shadow
  175.  
  176. You are asked if you want to save the last record.
  177. If this last record is empty, answer No.
  178. You will return to the main menu screen.
  179.  
  180. .endbox
  181. .wait 8
  182. .pcx ANALYZE.pcx 1,1
  183. .box (*12,40*) border shadow
  184.  
  185. The Analyze menu is used to choose
  186. how to analyze the data. For this
  187. data, choose the option named
  188. Descriptive Statistics and
  189. Graphs.
  190.  
  191. .endbox
  192. .wait 8
  193. .pcx CHOOSEHI.pcx 1,1
  194. .box (*3,10*) border shadow
  195. The menu for the Analyze option chosen will be displayed.
  196. In this case, it is the Descriptive Statistics and Graph menu.
  197. .endbox
  198. .wait 5
  199. .box (*11,40*) border shadow
  200.  
  201. For this analysis, you choose
  202. to display a histogram.
  203.  
  204. .endbox
  205. .locate 13,37
  206. <--
  207. .wait 8
  208. .pcx CHOOSEVA.pcx 1,1
  209. .box(*14,44*) border shadow
  210. Choose to display
  211. a Histogram of the
  212. variable AGE.
  213. .endbox
  214. .wait 8
  215. .pcx HITITLE.pcx 1,1
  216. .box (*12,40*) border shadow
  217.  
  218. Before displaying the
  219. Histogram, you can
  220. choose options for the
  221. graph.
  222.  
  223. .endbox
  224. .wait 8
  225. .screen 9
  226. .pcx histo.pcx 1,1
  227. .box (*3,55*) border
  228.  
  229. This is the
  230. resulting screen.
  231.  
  232. .endbox
  233. .wait 8
  234. .pcx CHOOSEDB.pcx 1,1
  235. .box (*15,42*) border shadow
  236.  
  237. If a database has already
  238. been defined, you can choose
  239. to open a current database to
  240. use in an analysis.
  241.  
  242. .endbox
  243. .wait 8
  244. .pcx CHOOSEEX.pcx 1,1
  245. .box (*12,40*) border shadow
  246.  
  247. For example, you can choose the
  248. EXAMPLE database from the list
  249. of databases on disk.
  250.  
  251. .endbox
  252. .wait 8
  253. .screen 0
  254. .color 15,1
  255. .box (*2,2*) border shadow center
  256.  
  257. Kwikstat allows you to perform these kinds of analyses:
  258.  
  259.     o Descriptive statistics - means, standard deviation, etc.
  260.     o Comparative tests - t-tests, analysis of variance, etc.
  261.     o Relational tests - correlation and regression
  262.     o Predictive - Forecasting
  263.     o Survival - Life tables and survival analysis
  264.  
  265. To make data entry easy, Kwikstat reads data in a number of
  266. formats:
  267.  
  268.     o dBASE III, III Plus and IV
  269.     o ASCII
  270.     o Comma Delimited
  271.     o Lotus 1-2-3 WKS and WK1 files
  272.  
  273. .endbox
  274. .wait 12
  275. .screen 0
  276. .color 15,1
  277. .box (*2,2*) border shadow center
  278.  
  279. To help you perform a data analysis, Kwikstat provides:
  280.  
  281.          o Detailed examples in the manual.
  282.          o A guide to help you choose the right analysis type.
  283.          o Step-by-step questions to guide you through the
  284.            analysis.
  285.          o Display of calculated results on the screen, usually
  286.            with an option to print a report summarizing results.
  287.          o Graphs when appropriate, which can be printed or
  288.            captured as PCX type files.
  289.          o Comments and warnings on-screen giving you information
  290.            about how to interpret the results.
  291.  
  292. .endbox
  293. .wait 12
  294. @goback:begin
  295. @label:thatsall
  296. .screen 0
  297. .cls
  298. Thanks for looking at the Kwikstat Demo Program. For more
  299. information, please contact us at:
  300.  
  301. TexaSoft, PO Box 1169, Cedar Hill TX 75104 214-291-2115
  302. Fax:291-3400.
  303.  
  304.  
  305.  
  306.  
  307. .pause fixing to do menu
  308. @stop system
  309.  
  310.